Customization Properties

Description

Customization Properties

Name
Description
'Delete' record button label

Label for 'Delete Record' button

'Save' record button label

Label for 'Save Record' button

'Add' record button label

Label for 'Add Record' button

Add new records link label

Label for 'Add New Record' link in grid Navigation Bar. If you leave this blank or set the label to <Hide>, the link will not be displayed. This is useful if you want to put your own button on the Grid to execute the .detailViewNewRecord() method.

Has 'Cancel' button

Does the form have a 'Cancel' button to discard all changes?

'Cancel' button label

Specify the text for the 'Cancel' button.

'Close' button label

Specify the text for the 'Close' button.

Confirm before submit - Add

Confirm before submit - Add property

Confirmation message - Add

Confirmation message - Add property

Confirm before submit - Update

Confirm before submit - Update property

Confirmation message - Update

Confirmation message - Update property

Confirm before submit - Delete

Confirm before submit - Delete property

Confirmation message - Delete

Confirmation message - Delete property

'Delete' button target page

Specify the target page when the user clicks the 'Delete' button. Specify '<Self>' for the current page. If you set the target to '<Event>', then you can use the OnPageRedirect event to dynamically compute the redirect target.

'Save' button target page

Specify the target page when the user clicks the 'Save' button. Specify '<Self>' for the current page. If you set the target to '<Event>', then you can use the OnPageRedirect event to dynamically compute the redirect target.

'Add' button target page

Specify the target page when the user clicks the 'Add' button. Specify '<Self>' for the current page. If you set the target to '<Event>', then you can use the OnPageRedirect event to dynamically compute the redirect target.